public static enum MolDraw2D.TextDrawType extends java.lang.Enum<MolDraw2D.TextDrawType>
Enum Constant and Description |
---|
TextDrawNormal |
TextDrawSubscript |
TextDrawSuperscript |
Modifier and Type | Method and Description |
---|---|
static MolDraw2D.TextDrawType |
swigToEnum(int swigValue) |
int |
swigValue() |
static MolDraw2D.TextDrawType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MolDraw2D.TextDrawType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolDraw2D.TextDrawType TextDrawNormal
public static final MolDraw2D.TextDrawType TextDrawSuperscript
public static final MolDraw2D.TextDrawType TextDrawSubscript
public static MolDraw2D.TextDrawType[] values()
for (MolDraw2D.TextDrawType c : MolDraw2D.TextDrawType.values()) System.out.println(c);
public static MolDraw2D.TextDrawType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static MolDraw2D.TextDrawType swigToEnum(int swigValue)